home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 1997 September
/
Personal_Computer_World_Sep_97.iso
/
Democd3
/
internet.dxr
/
00018_Button Scripts.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-04
|
299 b
|
19 lines
on ButtonDown C, n
global channel
set channel to C
if n then
puppetSound("click")
end if
set the blend of sprite channel to 100
updateStage()
end
on ButtonUp n
global channel
if n then
puppetSound("click")
end if
set the blend of sprite channel to 0
updateStage()
end